home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Other / PermanentlyMountedCDROM.txt < prev    next >
Text File  |  1995-10-26  |  2KB  |  61 lines

  1. Item    4527089                 94/03/04        01:40
  2. From:   RICHARD%RUNNER.UUCP@USC.EDU@INTERNET#
  3. Subject: Re: Nova Second Addition
  4.  
  5. > Sorry, but since the CD-ROM is removable media. It will only mount after
  6. > the workspace is initialized and it will be unmounted and ejected when the
  7. > user who is using it logs out.
  8. >
  9.  
  10.  
  11. Ok, with a little help, I have learned how to keep a CD-ROM (Nova in my case)
  12. permanently mounted.  Here is how, incase anyone else asks.
  13.  
  14. 1.  Insert cd-rom as usual when logged in.
  15.  
  16. 2.  In a terminal window:  /usr/etc/mount -p
  17. This will give several lines, including one similar to:
  18. /dev/rsd2h   /NOVA_SE   cfs    ro,removable,filesystem=CDROM  1 2
  19. This info can be used in a subsequent mount command or in /etc/fstab for boot
  20. time mounting.
  21.  
  22. 3.  Eject the cd-rom
  23.  
  24. 4.  su root   in your terminal window
  25.  
  26. 5  Type a command similar to the following using the info received in step 2.
  27. runner:2# /usr/etc/mount -t cfs -o ro,removable,filesystem=CDROM /dev/rsd2h
  28. /NOVA_SE
  29.  
  30. 6  Insert the cd-rom when a window tells you to.
  31.  
  32. now log out and your cd rom should NOT eject & will be available for all users.
  33.  (Including
  34. remote users.)
  35.  
  36. note to eject the cd-rom after this procedure, no apps must be using the cd-rom.
  37.   (This means
  38. you might have to log in as console (from the user/password screen) to do the
  39. following)
  40. 1. su root
  41. 2. sync
  42. 3. /usr/etc/umount /dev/rsd2h        (you might be /dev/rsd1h etc.)
  43. 4. /usr/etc/disk -e /dev/rsd2h       (you might be /dev/rsd1h ...)
  44.  
  45. NOTE:  IF YOU DON'T umount BEFORE you eject, file system corruption could occur.
  46.  
  47.  
  48. =============
  49.  
  50. Thanks for a great CD-ROM.
  51.  
  52.  
  53. ---
  54. Richard
  55. richard%runner.uucp@usc.edu
  56.    (ok to send NeXT Mail)
  57.  
  58.  
  59.  
  60. =END=
  61.